※觀看影片請點擊影片名稱後方的"YOUTUBE"或"YOUKU",
觀看YOUKU影片,請輸入密碼:mooc01004
![]() |
6.22. Consider an example that we have eight available sequence numbers: 0, 1, 2, 3, 4, 5, 6, and 7. Assume that RWS = SWS = 7. Now, we have the following steps:
假設有 8 個可使用的序號: 0, 1, 2, 3, 4, 5, 6, 7 且 RWS = SWS = 7. 經過以下步驟:
Then, how many frames retransmitted in Step 4 will be accepted by receiver ? 則有多少在步驟 4 重送的訊框會被接收端接受 ? Ans :___a____ How many frames retransmitted in Step 4 will be discarded by receiver ?有多少在步驟 4 重送的訊框會被接收端丟棄 ? Ans:____b____
|
| a = | |
| b = |
![]() |
6.23 Consider an example that we have eight available sequence numbers: 0, 1, 2, 3, 4, 5, 6, and 7. Assume that RWS = SWS = 5. Now, we have the following steps:
假設有 8 個可使用的序號: 0, 1, 2, 3, 4, 5, 6, 7. 假設 RWS = SWS = 5. 經過下列步驟:
Then, how many frames retransmitted in Step 4 will be accepted by receiver ? 則有多少在步驟 4 重送的訊框會被皆端接受? Ans: ____a______ How many frames retransmitted in Step 4 will be discarded by receiver ? 有多少在步驟 4 重送的訊框會被接收端丟棄? Ans: ____b____ |
| a = | |
| b = |
![]() |
6.24. Consider an example that we have eight available sequence numbers: 0, 1, 2, 3, 4, 5, 6, and 7. Assume that RWS = SWS = 4. Now, we have the following steps:
假設有 8 個可使用的序號: 0, 1, 2, 3, 4, 5, 6, 7. 且 RWS = SWS = 4. 經過以下步驟:
Then, how many frames retransmitted in Step 4 will be accepted by receiver ? 則有多少在步驟 4 重送的封包會被接收端接受 ? Ans: ____(a)______ How many frames retransmitted in Step 4 will be discarded by receiver ?有多少在步驟 4 重送的封包會被接收端丟棄 ? Ans: ____(b)____ |
| a = | |
| b = |
![]() |
6.25 Let MaxSeqNum be the total number of available sequence numbers. Assume RWS = SWS, then which of the following relationship is sufficient to distinguish between different frames of the same sequence number ? |
| (a) SWS + 1 ≤ MaxSeqNum | |
| (b) SWS ≤ (MaxSeqNum+1)/2 | |
| (c) SWS < (MaxSeqNum+1)/2 | |
| (d) SWS < MaxSeqNum x 2 | |
| (e) SWS = (MaxSeqNum+1)/2 |
![]() |
6.26 Consider an example that we have seven available sequence numbers: 0, 1, 2, 3, 4, 5, and 6. Assume that RWS = SWS = 4. Now, we have the following steps:
考慮有 7 個可使用的序號: 0, 1, 2, 3, 4, 5, 6. 假設 RWS = SWS = 4. 我們進行以下步驟:
Then, how many frames retransmitted in Step 4 will be accepted by receiver ? 則有多少在步驟 4 重送的訊框會被接收端接受 ? Ans: ____(a)______ How many frames retransmitted in Step 4 will be discarded by receiver ? 有多少在步驟 4 重送的訊框會被接收端丟棄 ? Ans: ____(b)______ |
| a = | |
| b = |
![]() |
6.27 Which of the following are the major features of the sliding window protocol ? 下列哪些是滑動視窗協議的主要特性? |
| (a) unreliable transmission 不可靠的傳輸 | |
| (b) reliable transmission 可靠的傳輸 | |
| (c) The frame order can be preserved. 訊框順序可以保持 | |
| (d) The frame order can not be preserved 訊框順序無法保持 | |
| (e) The receiver can do flow control by setting the value of RWS 接收端可以利用設定 RWS 的值來達到流量控制 |